zzgrep [ option ... ] [ - ] regex file-or-dir ...zzgrep [ option ... ] regex--help--dont-sort-directory-members--look-into glob${archive.formats}
${compression.formats}
--exclude regex--include regex
Any number of --exclude and --include options can be given, and later take precedence over
the earlier.
The default is that all files and archive entries are included; thus you would always begin with a
--exclude option.
--zip--zz--nested-zip--gzip--look-into instead.
--encoding charset-i--ignore-case-v--inverted--da--disassemble-class-files--da-verbose--da-source-directory directory--da-no-lines--disassemble-class-files-but-hide-lines--da-no-vars--disassemble-class-files-but-hide-vars--da-symbolic-labels-l--list-q--quiet--silent--nowarn--verbose--debug--log level:logger:handler:formatter:formatFINE on logger "de.unkrig" to STDERR using the FormatFormatter
and SIMPLE format, or the given arguments (which are all optional).
dir/filefile" in directory "dir"
file.gz%file.gz"
file.zip!dir/filedir/file" in archive file "dir/file.zip"
file.tar.gz%!dir/filedir/file" in the compressed archive file "file.tar.gz"
*/xx" in an immediate subdirectory
**/xx" in any subdirectory
***/xx" in any subdirectory, or any entry "**/x" in any archive file in any
subdirectory
a,dir/file.7z!dir/ba" and entry "dir/b" in archive file "dir/file.7z"
~*.c.c"
~*.c~*.h.c" or ".h"
~*.c~*.h,foo.cfoo.c" plus all files that don't end with ".c" or ".h"
Exit status is 0 if any line was selected, 1 otherwise; if any error occurs, the exit status is 2.